Papers with aligning training
Information Extraction with Differentiable Beam Search on Graph RNNs (2024.lrec-main)
Copied to clipboard
| Challenge: | Existing approaches to information extraction suffer from exposure bias due to discrepancy between training and decoding. |
| Approach: | They propose to cast graph generation as auto-regressive sequence labeling and make it aware of decoding procedure by using differentiable beam search. |
| Outcome: | The proposed model outperforms its non-decoding-aware version on ACE05 and ConLL04 datasets. |